PyramidContentItem
Pyramid Content item object.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
itemType |
The content item's type enumeration |
- | ||
caption |
The content item's caption |
- |
string |
|
description |
The description of the item |
- |
string |
|
version |
The version of the item |
- |
string |
|
parentId |
The content item's parent ID |
- |
string |
|
createdDate |
The create date of the item |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |
isDeleted |
is the item deleted |
- |
boolean |
|
createdBy |
The creator's user ID |
- |
string |
|
modifiedDate |
The modified date if the item |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |
tenantId |
The content item's related tenant ID |
- |
string |
|
rootFolderType |
The item root type |
- | ||
id |
The content item's ID |
- |
string |
|
contentType |
The content type enumeration |
- |